/* 遮罩层 */
.iden-hint-wrap {
  font-size: 24px;
  color: #fff;
  position: fixed;
  height: 60px;
  line-height: 60px;
  left: 50%;
  top: 100px;
  z-index: 999999;
  padding: 0 35px;
  border-radius: 5px;
  transform: translateX(-50%);
}
.iden-hint-wrap.succeed {
  background-color: #5cb85c;
}
.iden-hint-wrap.warning {
  background-color: #f0ad4e;
}
.iden-hint-wrap.danger {
  background-color: #d9534f;
}
.iden-hint-wrap.default {
  background-color: rgba(0, 0, 0, 0.6);
}
.close-rt {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
}
.close-rt:hover {
  color: #ddd;
}
a {
  color: #333;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
/*新增1500宽容器*/
.big-col5 {
  width: 282px;
  margin-right: 22.5px;
  margin-bottom: 30px;
  float: left;
  border: 1px solid #eee;
}
/* 屏幕大于1520px的时候显示的样式，此处为新的样式，正在使用 */
.big-content {
  width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1521px) {
  .big-col5 {
    margin-right: 22.5px;
  }
  .big-col5:nth-child(5n) {
    margin-right: 0;
  }
}
/* 屏幕小于1500px的时候显示的样式 */
@media screen and (max-width: 1520px) {
  .big-content {
    width: 1200px;
  }
  .big-col5 {
    margin-right: 24px;
  }
  .big-col5:nth-child(4n) {
    margin-right: 0;
  }
}
.header-common {
  box-sizing: border-box;
  background: #fff;
}
.header-common * {
  box-sizing: border-box;
}
.header-common img {
  vertical-align: middle;
}
.header-common div {
  font-size: 14px;
}
.header-common .subjoin-tab-bar {
  height: 40px;
  background: #eee;
  line-height: 40px;
}
.header-common .subjoin-tab-bar .tab-list {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  font-size: 15px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-common .subjoin-tab-bar .tab {
  display: inline-block;
  padding: 0 5px;
}
.header-common .subjoin-tab-bar .tab.active {
  color: #fc4147;
}
.header-common .subjoin-tab-bar .tab + .tab {
  margin-left: 28px;
}
.h-ac-sub {
  height: 40px;
  background: #eee;
  line-height: 40px;
  margin-top: 25px;
  background: transparent;
}
.h-ac-sub .tab-list {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  font-size: 15px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.h-ac-sub .tab {
  display: inline-block;
  padding: 0 5px;
}
.h-ac-sub .tab.active {
  color: #fc4147;
}
.h-ac-sub .tab + .tab {
  margin-left: 28px;
}
.h-ac-sub .tab-list {
  padding-bottom: 10px;
  font-size: 18px;
}
.h-ac-sub .tab-list .tab {
  position: relative;
}
.h-ac-sub .tab-list .tab:hover {
  color: #fc4147;
}
.h-ac-sub .tab-list .tab.active:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #fc4147;
}
/**下面是commont.css上搬来的*/
.g_right-fixed {
  z-index: 9999;
  position: fixed;
  bottom: 50px;
  right: 0;
  width: 40px;
  height: 200px;
  box-sizing: border-box;
}
.g_right-fixed * {
  box-sizing: border-box;
}
.g_right-fixed .triangle {
  width: 6px;
  height: 6px;
  background: #fff;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
  right: -4px;
  color: #ddd;
  border-right: solid 1px;
  border-top: solid 1px;
}
.g_right-fixed li {
  border: 1px solid #ccc;
  background: #fff;
  height: 40px;
  text-align: center;
  position: relative;
  margin-top: -1px;
}
.g_right-fixed li i {
  line-height: 40px;
  font-size: 24px;
  color: #fc4147;
}
.g_right-fixed li > div {
  border: solid 1px #ddd;
  border-radius: 5px;
  top: 0;
  background: #fff;
}
.g_right-fixed li > div img {
  width: 100px;
  height: 100px;
  vertical-align: middle;
}
.g_right-fixed li .goqq {
  padding: 10px 0;
}
.g_right-fixed li:nth-child(1) > div {
  position: absolute;
  padding: 6px;
  display: none;
  /* background: url(/static/img/images/right-fixed-bg.png) no-repeat;  */
  width: 230px;
  left: -240px;
  text-align: left;
}
.g_right-fixed li:nth-child(2) > div > div {
  display: inline-block;
}
.g_right-fixed li:nth-child(2) > div {
  position: absolute;
  display: none;
  /* background: url(/static/img/images/right-fixed-bg.png) no-repeat;  */
  width: 334px;
  left: -346px;
  top: 0;
}
.g_right-fixed li:nth-child(2) > div .img3 {
  width: 100px;
  height: 100px;
}
.g_right-fixed li:nth-child(3) > div {
  position: absolute;
  display: none;
  /* background: url(/static/img/images/right-fixed-bg.png) no-repeat;  */
  width: 136px;
  left: -146px;
  top: 0;
}
.g_right-fixed li:nth-child(4) > div {
  position: absolute;
  display: none;
  /* background: url(/static/img/images/right-fixed-bg.png) no-repeat;  */
  width: 136px;
  left: -146px;
  top: 0;
}
.g_right-fixed li i:hover + div {
  display: block;
}
.g_right-fixed li i:hover + div,
.g_right-fixed li a:hover + div {
  display: block;
}
.g_right-fixed .icon-go-call + div span {
  margin: 5px;
  display: block;
}
.g_right-fixed .icon-go-wechat + div,
.g_right-fixed li a + div {
  height: 142px;
  background-position-y: -100px;
  padding-top: 12px;
}
.g_right-fixed .icon-go-qq {
  cursor: pointer;
}
.g_right-fixed .icon-go-qq + div span {
  position: relative;
  top: -4px;
}
.g_right-fixed p {
  color: #333;
  margin-bottom: 0;
}
.g_right-fixed span {
  font-size: 14px;
  color: #666;
}
.g_right-fixed .toggleActivity {
  position: absolute;
  width: 46px;
  height: 46px;
  top: -43px;
  left: -8px;
  cursor: pointer;
  background: url('/img/images/toggleActivity.png') no-repeat;
  margin: 0;
  border: none;
}
.g_right-fixed #go_top {
  position: relative;
  border: none;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  background: #fc4147;
  overflow: hidden;
}
.g_right-fixed #go_top:hover i {
  top: -38px;
}
.g_right-fixed #go_top:hover span {
  top: 0;
}
.g_right-fixed #go_top i {
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  font-size: 22px;
  line-height: 38px;
  height: 38px;
  width: 38px;
  color: #fff;
}
.g_right-fixed #go_top i:before {
  font-size: 22px;
}
.g_right-fixed #go_top span {
  color: #fff;
  top: 38px;
  left: 0;
  position: absolute;
  line-height: 19px;
  height: 38px;
  width: 38px;
  -webkit-transition: .1s ease;
  transition: .1s ease;
}
/* 滚动条 */
::-webkit-scrollbar-track-piece {
  background-color: #eee;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  background-color: #888;
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}
.thirdparty-login li {
  display: inline-block;
  width: 49%;
  text-align: center;
}
.thirdparty-login li a {
  border: solid 1px;
  border-radius: 50%;
  padding: 4px;
}
.thirdparty-login li .icon {
  font-size: 40px;
  color: #666;
}
.thirdparty-login li .icon:hover {
  color: #fc4147;
}
.IDEN-alter-gray,
.IDEN-alter-cg,
.IDEN-alter-sb {
  width: 400px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  position: fixed;
  left: 50%;
  margin-left: -200px;
  top: 20px;
  text-align: center;
  display: none;
  z-index: 9999999999999999999999999999;
}
/* 屏幕小于1500px的时候显示的样式 */
@media screen and (max-width: 1520px) {
  .header-common .main-nav li {
    margin-right: 16px;
    padding: 10px 8px;
  }
}
.com-head-max1500 .header-common .main-nav li {
  margin-right: 16px;
  padding: 10px 8px;
}
/*# sourceMappingURL=common-header2.css.map */